|
|
|
|
ShowFocusRectangle Property, SftTree Class |
Defines whether the focus rectangle is shown for the current focus object.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property ShowFocusRectangle As Boolean |
C# |
public bool ShowFocusRectangle { get; set; } |
C++ |
public: property bool ShowFocusRectangle { |
Property Value
True if the focus rectangle is shown, otherwise False.
The default value is True.
Comments
The ShowFocusRectangle property defines whether the focus rectangle is shown for the current focus object.
The focus rectangle is only displayed if the tree control has the input focus. The size of the focus rectangle is consistent with the current selection style (SelectionStyle).
If item selection is active, the focus object is an item (ItemClass), otherwise cell selection is active and the focus object is a cell.
The FocusObject, FocusItem and FocusCell properties define the focus object.